-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mcux: Enable inclusion of MCUX messaging unit driver #130
Merged
mmahadevan108
merged 1 commit into
zephyrproject-rtos:master
from
nxp-zephyr:enable_mu_driver
Jan 12, 2022
Merged
mcux: Enable inclusion of MCUX messaging unit driver #130
mmahadevan108
merged 1 commit into
zephyrproject-rtos:master
from
nxp-zephyr:enable_mu_driver
Jan 12, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enables inclusion of messaging unit driver from HAL Signed-off-by: Daniel DeGrasse <[email protected]>
dleach02
approved these changes
Jan 5, 2022
mmahadevan108
approved these changes
Jan 12, 2022
trowbridgec1
added a commit
to LairdCP/zephyr
that referenced
this pull request
Feb 15, 2022
With a number of the i.MX SoCs (e.g., the i.MX8M Plus), NXP has moved to supporting the integrated Cortex-M cores with the MCUXpresso SDK (MCUX). As a result, certain Zephyr drivers (such as the IPM driver) need to be updated to utlize this new MCUX-based SDK. This change adds support for the MCUX Messaging Unit driver pulled in by this PR: zephyrproject-rtos/hal_nxp#130 Additionally, this change enables the new IPM_IMX_REV2 config for the mimx8ml8_m7 SoC target which utilizes this new revision of the driver. Signed-off-by: Chris Trowbridge <[email protected]>
dleach02
pushed a commit
to zephyrproject-rtos/zephyr
that referenced
this pull request
Feb 22, 2022
With a number of the i.MX SoCs (e.g., the i.MX8M Plus), NXP has moved to supporting the integrated Cortex-M cores with the MCUXpresso SDK (MCUX). As a result, certain Zephyr drivers (such as the IPM driver) need to be updated to utlize this new MCUX-based SDK. This change adds support for the MCUX Messaging Unit driver pulled in by this PR: zephyrproject-rtos/hal_nxp#130 Additionally, this change enables the new IPM_IMX_REV2 config for the mimx8ml8_m7 SoC target which utilizes this new revision of the driver. Signed-off-by: Chris Trowbridge <[email protected]>
andrea-pallini
pushed a commit
to andrea-pallini/zephyr
that referenced
this pull request
Feb 23, 2022
With a number of the i.MX SoCs (e.g., the i.MX8M Plus), NXP has moved to supporting the integrated Cortex-M cores with the MCUXpresso SDK (MCUX). As a result, certain Zephyr drivers (such as the IPM driver) need to be updated to utlize this new MCUX-based SDK. This change adds support for the MCUX Messaging Unit driver pulled in by this PR: zephyrproject-rtos/hal_nxp#130 Additionally, this change enables the new IPM_IMX_REV2 config for the mimx8ml8_m7 SoC target which utilizes this new revision of the driver. Signed-off-by: Chris Trowbridge <[email protected]>
coreboot-org-bot
pushed a commit
to coreboot/zephyr-cros
that referenced
this pull request
Feb 26, 2022
With a number of the i.MX SoCs (e.g., the i.MX8M Plus), NXP has moved to supporting the integrated Cortex-M cores with the MCUXpresso SDK (MCUX). As a result, certain Zephyr drivers (such as the IPM driver) need to be updated to utlize this new MCUX-based SDK. This change adds support for the MCUX Messaging Unit driver pulled in by this PR: Additionally, this change enables the new IPM_IMX_REV2 config for the mimx8ml8_m7 SoC target which utilizes this new revision of the driver. (cherry picked from commit 52bee41) zephyrproject-rtos/hal_nxp#130 Signed-off-by: Chris Trowbridge <[email protected]> GitOrigin-RevId: 52bee41 Change-Id: Ifafecfda827dc9fbe05076478d739a8590c9cf7d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/3484585 Tested-by: CopyBot Service Account <[email protected]> Reviewed-by: Jack Rosenthal <[email protected]> Reviewed-by: Aaron Massey <[email protected]> Tested-by: Aaron Massey <[email protected]> Commit-Queue: Aaron Massey <[email protected]>
RodinHaker
pushed a commit
to abelsensors/zephyr
that referenced
this pull request
Mar 19, 2022
With a number of the i.MX SoCs (e.g., the i.MX8M Plus), NXP has moved to supporting the integrated Cortex-M cores with the MCUXpresso SDK (MCUX). As a result, certain Zephyr drivers (such as the IPM driver) need to be updated to utlize this new MCUX-based SDK. This change adds support for the MCUX Messaging Unit driver pulled in by this PR: zephyrproject-rtos/hal_nxp#130 Additionally, this change enables the new IPM_IMX_REV2 config for the mimx8ml8_m7 SoC target which utilizes this new revision of the driver. Signed-off-by: Chris Trowbridge <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enables inclusion of messaging unit driver from HAL
Signed-off-by: Daniel DeGrasse [email protected]